Contribution org.nuxeo.ecm.platform.spreadsheet.actions--actions
In component org.nuxeo.ecm.platform.spreadsheet.actions
org.nuxeo.ecm.platform.spreadsheet.actions
inside nuxeo-platform-spreadsheet-6.0.jar
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action icon="/icons/spreadsheet.png" id="contentViewSpreadsheet" label="label.contentview.actions.spreadsheet" order="90" type="template">
<category>CONTENT_VIEW_ACTIONS</category>
<properties>
<property name="template">
/incl/action/spreadsheet_editor.xhtml
</property>
<property name="iframe">#{spreadsheetActions.urlFor(contentView)}</property>
<property name="width">100%</property>
<property name="height">100%</property>
</properties>
<filter-id>contentViewShowSpreadsheet</filter-id>
</action>
</extension>